docs: Fix indentation of the arguments
authorEmmanuele Bassi <ebassi@gnome.org>
Wed, 12 May 2021 16:38:07 +0000 (17:38 +0100)
committerEmmanuele Bassi <ebassi@gnome.org>
Wed, 12 May 2021 16:38:07 +0000 (17:38 +0100)
commit8ef353a97068085af2eaeac69719ba1e8a89bf0c
tree039c8cfbb95a3ff87afb6d81a3e7c925d7effa0f
parent78852b181a719932c0ef6306024d22e628bf29fa
docs: Fix indentation of the arguments

The indentation of new lines inside documentation blurbs must be smaller
than 4 spaces, otherwise the Markdown parser will consider the line to
be part of a pre-formatted code block.

Fixes: #3945
gtk/gtkdroptarget.c